Skip to content

Commit

Permalink
Merge pull request #134 from yuewko/bumpver-0.4.10
Browse files Browse the repository at this point in the history
Bump version to 0.4.10
  • Loading branch information
johnbelamaric authored Oct 24, 2016
2 parents a8923ea + 6d13dc0 commit 308b842
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
History
-------

0.4.10 (2016-10-24)
__________________
* Updated history and author

0.4.9 (2016-10-24)
__________________
* Add function to get fixed addresses by mac

0.4.8 (2016-10-10)
__________________
* Add ptrdname search option to PtrRecord objects
Expand Down
8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

# General information about the project.
project = u'Infoblox Client'
copyright = u'2015, Pavel Bondar'
copyright = u'2015-2016, Infoblox'

# The version info for the project you're documenting, acts as replacement
# for |version| and |release|, also used in various other places throughout
Expand Down Expand Up @@ -210,7 +210,7 @@
latex_documents = [
('index', 'infoblox-client.tex',
u'Infoblox Client Documentation',
u'Pavel Bondar', 'manual'),
u'John Belamaric', 'manual'),
]

# The name of an image file (relative to this directory) to place at
Expand Down Expand Up @@ -241,7 +241,7 @@
man_pages = [
('index', 'infoblox-client',
u'Infoblox Client Documentation',
[u'Pavel Bondar'], 1)
[u'John Belamaric'], 1)
]

# If true, show URL addresses after external links.
Expand All @@ -256,7 +256,7 @@
texinfo_documents = [
('index', 'infoblox-client',
u'Infoblox Client Documentation',
u'Pavel Bondar',
u'John Belamaric',
'infoblox-client',
'One line description of project.',
'Miscellaneous'),
Expand Down
6 changes: 3 additions & 3 deletions infoblox_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__author__ = 'Pavel Bondar'
__email__ = 'pbondar@infoblox.com'
__version__ = '0.4.9'
__author__ = 'John Belamaric'
__email__ = 'jbelamaric@infoblox.com'
__version__ = '0.4.10'
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@

setup(
name='infoblox-client',
version='0.4.9',
version='0.4.10',
description="Client for interacting with Infoblox NIOS over WAPI",
long_description=readme + '\n\n' + history,
author="Pavel Bondar",
author_email='pbondar@infoblox.com',
author="John Belamaric",
author_email='jbelamaric@infoblox.com',
url='https://github.com/infobloxopen/infoblox-client',
packages=[
'infoblox_client',
Expand Down

0 comments on commit 308b842

Please sign in to comment.