Skip to content

Commit

Permalink
Updated release version number to match libgetdns
Browse files Browse the repository at this point in the history
  • Loading branch information
MelindaShore committed Mar 31, 2016
1 parent 86ba200 commit 8460237
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Python bindings for getdns

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

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

Currently building against the getdns v0.9.0 release.
Currently building against the getdns v1.0.0b release.
getdns external dependencies include:

* [libunbound from NLnet Labs](http://www.nlnetlabs.nl/projects/unbound/) version 1.4.16 or later
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = 'v1.0beta'
# The full version, including alpha/beta/rc tags.
release = 'v1.0beta'
release = 'v1.0.0b1

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pygetdns.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#ifndef PYGETDNS_H
#define PYGETDNS_H

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

#define GETDNS_STR_IPV4 "IPv4"
Expand Down

0 comments on commit 8460237

Please sign in to comment.