Skip to content

Commit

Permalink
Bump version to 10.1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
  • Loading branch information
MasterOdin committed Feb 20, 2022
1 parent 8670c80 commit 342639e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ AsciiDoc ChangeLog

:website: https://asciidoc-py.github.io/

Version 10.1.3 (2022-02-20)
.Bug fixes
- Add missing py files to dist archives
- Fix setup.py including packages outside of asciidoc

Version 10.1.2 (2022-02-17)
---------------------------
.Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion asciidoc/__metadata__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Module containing metadata about asciidoc."""

VERSION = (10, 1, 2)
VERSION = (10, 1, 3)

__version__ = '.'.join(map(str, VERSION))
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AC_INIT(asciidoc, 10.1.2)
AC_INIT(asciidoc, 10.1.3)

AC_SUBST([PACKAGE_DATE], ['17 February 2022'])
AC_SUBST([PACKAGE_DATE], ['20 February 2022'])

AC_CONFIG_FILES(Makefile)

Expand Down

0 comments on commit 342639e

Please sign in to comment.