Skip to content

Commit

Permalink
Merge pull request #41 from DrGFreeman/version-1.2.0
Browse files Browse the repository at this point in the history
Version 1.2.0 release
  • Loading branch information
DrGFreeman authored Mar 26, 2021
2 parents 6f36ff0 + 191e17a commit 3a28921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author = "Julien de la Bruère-Terreault"

# The full version, including alpha/beta/rc tags
release = "1.2.0.dev0"
release = "1.2.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion dynamo_pandas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
from .dynamo_pandas import keys
from .dynamo_pandas import put_df

__version__ = "1.2.0.dev0"
__version__ = "1.2.0"

__all__ = ["get_df", "keys", "put_df", "__version__"]

0 comments on commit 3a28921

Please sign in to comment.