Skip to content

Commit

Permalink
Release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zembrodt committed Jan 18, 2020
1 parent 503f9c8 commit 2c71bf0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Ryan Zembrodt'

# The full version, including alpha/beta/rc tags
release = '0.2.1'
release = '0.2.2'


# -- General configuration ---------------------------------------------------
Expand Down
7 changes: 6 additions & 1 deletion docs/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Release Notes
=============

* Release 0.2.2 (17 January 2020)

- Updated applicable classes to use __slots__ for more efficient memory usage (`#9`_)

* Release 0.2.1 (10 December 2019)

- Fixed import of :obj:`~.utils` methods within the :obj:`pymdb.models` modules (`#8`_)
Expand Down Expand Up @@ -64,4 +68,5 @@ Release Notes
.. _#5: https://github.com/zembrodt/pymdb/issues/5
.. _#6: https://github.com/zembrodt/pymdb/issues/6
.. _#7: https://github.com/zembrodt/pymdb/issues/7
.. _#8: https://github.com/zembrodt/pymdb/issues/8
.. _#8: https://github.com/zembrodt/pymdb/issues/8
.. _#9: https://github.com/zembrodt/pymdb/issues/9
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='py-mdb',
version='0.2.1',
version='0.2.2',
author='Ryan Zembrodt',
author_email='ryan.zembrodt@gmail.com',
description='Package for parsing IMDb datasets and scraping web pages',
Expand Down

0 comments on commit 2c71bf0

Please sign in to comment.