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
5
5
6
6
* Date: 2016-03-29
7
7
* Github: https://github.com/getdnsapi/getdns-python-bindings
8
- * Current version: v1.0beta
8
+ * Current version: v1.0.0b1
9
9
10
10
External dependencies
11
11
=====================
@@ -14,7 +14,7 @@ Built and tested against Python 2.7 and Python 3.4. You will need to install
14
14
the Python headers and libraries - this is usually a package
15
15
called "python-dev"
16
16
17
- Currently building against the getdns v0.9.0 release.
17
+ Currently building against the getdns v1.0.0b release.
18
18
getdns external dependencies include:
19
19
20
20
* [ 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 50
50
# The short X.Y version.
51
51
version = 'v1.0beta'
52
52
# The full version, including alpha/beta/rc tags.
53
- release = 'v1.0beta'
53
+ release = 'v1 .0 . 0b1
54
54
55
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
56
# for a list of supported languages.
Original file line number Diff line number Diff line change 32
32
#ifndef PYGETDNS_H
33
33
#define PYGETDNS_H
34
34
35
- #define PYGETDNS_VERSION "v1.0beta "
35
+ #define PYGETDNS_VERSION "v1.0.0b "
36
36
#define GETDNS_DOCSTRING "getdns bindings for Python (see http://www.getdnsapi.net)"
37
37
38
38
#define GETDNS_STR_IPV4 "IPv4"
You can’t perform that action at this time.
0 commit comments