Skip to content

Commit

Permalink
Set version to 6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschr committed Oct 24, 2022
1 parent 821499c commit cedf489
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .versionrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 6.7
version: 6.8
files: setup.py src/docserv/__init__.py
changesfile: CHANGELOG.md
format: (0|[1-9][0-9]*)\.(0|[1-9][0-9]{0,1})
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

## v6.8, 2022-10-22, toms

- Makes sure no unused files remain in $backup_path
Copying the zip archive for unsupported products to $backup_path
This fixes an error, it was missing

## v6.7, 2022-04-13, toms

- Keep temorary directories for debugging reasons.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

setup(
name="docserv",
version="6.7",
version="6.8",
packages=find_packages('src'),
package_dir={'': 'src'},
entry_points={
Expand Down
2 changes: 1 addition & 1 deletion src/docserv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__copyright__ = "Copyright 2019, SUSE Linux LLC"

__license__ = "GPLv2+"
__version__ = "6.7"
__version__ = "6.8"
__maintainer__ = "SUSE Documentation Team"
__email__ = "[email protected]"
__status__ = "Production"

0 comments on commit cedf489

Please sign in to comment.