Skip to content

Commit

Permalink
Merge pull request #71 from prebid/release/0.2.3
Browse files Browse the repository at this point in the history
release 0.2.3
  • Loading branch information
dshore committed May 26, 2021
2 parents eb8600e + 33ddab3 commit 4a1f18a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
History
=======

0.2.3 (2021-05-26)
-------------------

* BUG FIX: datetime.timezone objects did not include zone name (#68)
* Support use of a custom line-item template (#65)
* Update bumpversion (depracated) and pytest-runner (out-of-date) (#62)

0.2.2 (2021-04-23)
-------------------

Expand Down
4 changes: 2 additions & 2 deletions line_item_manager/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

__author__ = """the prebid contributors"""
__email__ = '[email protected]'
__version__ = '0.2.2'
__version__ = '0.2.3'

# For an official release, use dev_version = ''
dev_version = '4'
dev_version = ''

version = __version__
if dev_version:
Expand Down
2 changes: 1 addition & 1 deletion line_item_manager/conf.d/line_item_manager.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# line_item_manager configuration
# version: '0.2.2'
# version: '0.2.3'
###############################################################################
# Templating uses jinja2 rendering (see https://palletsprojects.com/p/jinja/)
# The following key word types are supported:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.2
current_version = 0.2.3
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ def get_txt(filename):
setup_requires=setup_requirements,
test_suite='tests',
url='https://github.com/prebid/line-item-manager',
version='0.2.2',
version='0.2.3',
zip_safe=False,
)

0 comments on commit 4a1f18a

Please sign in to comment.