Skip to content

Commit

Permalink
Merge pull request #79 from questionlp/develop
Browse files Browse the repository at this point in the history
Fix typo in CHANGES.rst and bump version
  • Loading branch information
questionlp authored Oct 6, 2024
2 parents 7781133 + eff4619 commit 3e3d673
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changes
*******

2.12.1-post0
============

Documentation Changes
---------------------

* Fix typo in CHANGES

2.12.1
======

Expand All @@ -20,7 +28,7 @@ Application Changes
* Update code that is impacted by the database cursor type change from ``NamedTuple`` to ``dict``
* Additional code cleanup

Compoennt Changes
Component Changes
-----------------

* Upgrade mysql-connector-python from 8.2.0 to 8.4.0
Expand Down
2 changes: 1 addition & 1 deletion wwdtm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from wwdtm.scorekeeper import Scorekeeper, ScorekeeperAppearances, ScorekeeperUtility
from wwdtm.show import Show, ShowInfo, ShowInfoMultiple, ShowUtility

VERSION = "2.12.1"
VERSION = "2.12.1-post0"


def database_version(
Expand Down

0 comments on commit 3e3d673

Please sign in to comment.