Skip to content

Commit

Permalink
Set version to 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Knorr committed Sep 16, 2021
1 parent 6966023 commit 325812e
Show file tree
Hide file tree
Showing 4 changed files with 17 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.0
version: 6.1
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
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Release History

## v6.1, 2021-09-16, sknorr

- Docserv² core:
- Do not include DocBook remarks and meta information in "beta"
builds
- Build-navigation:
- Correctly pick HTML templates based on the lifecycle value
again
- Product configuration schema:
- `<docset/>` now allows the additional element
`<listingversion/>` which can be used to override the
`<version/>` value on homepage product listings


## v6.0, 2021-09-15, sknorr

- Docserv² core:
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.0",
version="6.1",
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.0"
__version__ = "6.1"
__maintainer__ = "SUSE Documentation Team"
__email__ = "[email protected]"
__status__ = "Production"

0 comments on commit 325812e

Please sign in to comment.