Skip to content

Commit

Permalink
Bump version to 0.6.6 and update CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjbriggs committed Dec 7, 2023
1 parent d01c198 commit 01d46b1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Version History and Changes
===========================

--------------------------
Version 0.6.6 (2023-12-07)
--------------------------

* Fix continuous integration testing workflow in Github
Actions to work with Python 3.6.
* Pin required version of ``xlsxwriter`` to 3.1.9, and
fix associated bug when creating XLSX files with TADS
using this version.
* Fix documentation generation on ReadTheDocs.
* Add ``CITATION.cff`` file to GitHub repository (adds
citation information to the repository front page).

--------------------------
Version 0.6.5 (2022-07-01)
--------------------------
Expand Down
2 changes: 1 addition & 1 deletion pegs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Current version of the package
__version__ = '0.6.5'
__version__ = '0.6.6'

def get_version():
"""Returns a string with the current version of the package (e.g., "0.2.0")
Expand Down

0 comments on commit 01d46b1

Please sign in to comment.