Skip to content

Commit

Permalink
Set version to 6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Knorr committed Nov 23, 2021
1 parent e204496 commit 87f157f
Show file tree
Hide file tree
Showing 4 changed files with 11 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.3
version: 6.4
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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release History

## v6.4, 2021-11-23, sknorr

- Stitch:
- Fix check for `<overridedesc/>`
- docservui.js:
- Fix headline levels to improve SEO (a little)


## v6.3, 2021-11-18, sknorr

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

0 comments on commit 87f157f

Please sign in to comment.