Skip to content

Commit 6d13dc0

Browse files
committed
Bump version to 0.4.10
Updated history and author
1 parent a8923ea commit 6d13dc0

File tree

4 files changed

+18
-10
lines changed

4 files changed

+18
-10
lines changed

HISTORY.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
History
44
-------
55

6+
0.4.10 (2016-10-24)
7+
__________________
8+
* Updated history and author
9+
10+
0.4.9 (2016-10-24)
11+
__________________
12+
* Add function to get fixed addresses by mac
13+
614
0.4.8 (2016-10-10)
715
__________________
816
* Add ptrdname search option to PtrRecord objects

docs/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
# General information about the project.
5858
project = u'Infoblox Client'
59-
copyright = u'2015, Pavel Bondar'
59+
copyright = u'2015-2016, Infoblox'
6060

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

216216
# The name of an image file (relative to this directory) to place at
@@ -241,7 +241,7 @@
241241
man_pages = [
242242
('index', 'infoblox-client',
243243
u'Infoblox Client Documentation',
244-
[u'Pavel Bondar'], 1)
244+
[u'John Belamaric'], 1)
245245
]
246246

247247
# If true, show URL addresses after external links.
@@ -256,7 +256,7 @@
256256
texinfo_documents = [
257257
('index', 'infoblox-client',
258258
u'Infoblox Client Documentation',
259-
u'Pavel Bondar',
259+
u'John Belamaric',
260260
'infoblox-client',
261261
'One line description of project.',
262262
'Miscellaneous'),

infoblox_client/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__author__ = 'Pavel Bondar'
2-
__email__ = 'pbondar@infoblox.com'
3-
__version__ = '0.4.9'
1+
__author__ = 'John Belamaric'
2+
__email__ = 'jbelamaric@infoblox.com'
3+
__version__ = '0.4.10'

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323

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

0 commit comments

Comments
 (0)