Skip to content

Commit

Permalink
Update python library version and genders release for eventual release
Browse files Browse the repository at this point in the history
  • Loading branch information
chu11 committed Feb 12, 2015
1 parent cb36111 commit 1ca41aa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions META
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
##
Meta: 1
Name: genders
Version: 1.21
Release: 2
Version: 1.22
Release: 1
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ This file describes changes in recent versions of genders. It
primarily documents those changes that are of interest to users
and admins.

Changes in genders-1.22
=======================
-- Fix getnodename errors in Python plugin.

Changes in genders-1.21
=======================
-- Report proper error on invalidly specified hostranges.
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
##
# Prologue.
##
AC_INIT([genders], [1.21])
AC_INIT([genders], [1.22])
AC_META
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_SRCDIR([README])
Expand Down Expand Up @@ -64,7 +64,7 @@ AC_SUBST([PERLGENDERS_VERSION])

# Python Libgenders and Genders versioning
PYTHONGENDERS_MAJOR=1
PYTHONGENDERS_MINOR=1
PYTHONGENDERS_MINOR=2
PYTHONGENDERS_VERSION=$PYTHONGENDERS_MAJOR.$PYTHONGENDERS_MINOR
AC_SUBST([PYTHONGENDERS_VERSION])

Expand Down

0 comments on commit 1ca41aa

Please sign in to comment.