Skip to content

Commit 8460237

Browse files
committed
Updated release version number to match libgetdns
1 parent 86ba200 commit 8460237

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Python bindings for getdns
55

66
* Date: 2016-03-29
77
* Github: https://github.com/getdnsapi/getdns-python-bindings
8-
* Current version: v1.0beta
8+
* Current version: v1.0.0b1
99

1010
External dependencies
1111
=====================
@@ -14,7 +14,7 @@ Built and tested against Python 2.7 and Python 3.4. You will need to install
1414
the Python headers and libraries - this is usually a package
1515
called "python-dev"
1616

17-
Currently building against the getdns v0.9.0 release.
17+
Currently building against the getdns v1.0.0b release.
1818
getdns external dependencies include:
1919

2020
* [libunbound from NLnet Labs](http://www.nlnetlabs.nl/projects/unbound/) version 1.4.16 or later

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# The short X.Y version.
5151
version = 'v1.0beta'
5252
# The full version, including alpha/beta/rc tags.
53-
release = 'v1.0beta'
53+
release = 'v1.0.0b1
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

pygetdns.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#ifndef PYGETDNS_H
3333
#define PYGETDNS_H
3434

35-
#define PYGETDNS_VERSION "v1.0beta"
35+
#define PYGETDNS_VERSION "v1.0.0b"
3636
#define GETDNS_DOCSTRING "getdns bindings for Python (see http://www.getdnsapi.net)"
3737

3838
#define GETDNS_STR_IPV4 "IPv4"

0 commit comments

Comments
 (0)