File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
1010External dependencies
1111=====================
@@ -14,7 +14,7 @@ Built and tested against Python 2.7 and Python 3.4. You will need to install
1414the Python headers and libraries - this is usually a package
1515called "python-dev"
1616
17- Currently building against the getdns v0.9.0 release.
17+ Currently building against the getdns v1.0.0b release.
1818getdns external dependencies include:
1919
2020* [ libunbound from NLnet Labs] ( http://www.nlnetlabs.nl/projects/unbound/ ) version 1.4.16 or later
Original file line number Diff line number Diff line change 5050# The short X.Y version.
5151version = '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.
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments