Skip to content

Commit 02a129a

Browse files
authored
Merge pull request #67 from DrGFreeman/version-1.3.0
Version 1.3.0
2 parents a9a8d06 + 7fdab2e commit 02a129a

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
* ...
44

5+
## Version 1.3.0
6+
7+
### New Features
8+
9+
* Allow passing boto3 resource or client parameters to functions (issue #52, PR #57).
10+
11+
### Fixes
12+
13+
* Fix indentation in docs code examples (issues #50, #55, PRs #53, #56).
14+
15+
### Other changes
16+
17+
* Add testing under Python 3.10 (issue #58, PR #59).
18+
519
## Version 1.2.1
620

721
### Fixes

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
author = "Julien de la Bruère-Terreault"
2525

2626
# The full version, including alpha/beta/rc tags
27-
release = "1.3.0.dev"
27+
release = "1.3.0"
2828

2929

3030
# -- General configuration ---------------------------------------------------

dynamo_pandas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
from .dynamo_pandas import keys
33
from .dynamo_pandas import put_df
44

5-
__version__ = "1.3.0.dev"
5+
__version__ = "1.3.0"
66

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

0 commit comments

Comments
 (0)