Skip to content

Commit

Permalink
Version bump to 1.3.5
Browse files Browse the repository at this point in the history
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
  • Loading branch information
solj committed Sep 5, 2014
1 parent 6a8c393 commit a42933a
Show file tree
Hide file tree
Showing 16 changed files with 23 additions and 17 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
bcfg2 (1.3.5-0.0) unstable; urgency=low

* New upstream release

-- Sol Jerome <sol.jerome@gmail.com> Fri, 05 Sep 2014 07:54:48 -0500

bcfg2 (1.3.4-0.0) unstable; urgency=low

* New upstream release
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
# The short X.Y version.
version = '1.3'
# The full version, including alpha/beta/rc tags.
release = '1.3.4'
release = '1.3.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion misc/bcfg2-selinux.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
%global _pre_rc %{?_pre:.pre%{_pre}}%{?_rc:.rc%{_rc}}

Name: bcfg2-selinux
Version: 1.3.4
Version: 1.3.5
Release: 1%{?_pre_rc}%{?dist}
Summary: Bcfg2 Client and Server SELinux policy

Expand Down
4 changes: 2 additions & 2 deletions misc/bcfg2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@


Name: bcfg2
Version: 1.3.4
Release: 2%{?_pre_rc}%{?dist}
Version: 1.3.5
Release: 1%{?_pre_rc}%{?dist}
Summary: A configuration management system

%if 0%{?suse_version}
Expand Down
4 changes: 2 additions & 2 deletions osx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ SITELIBDIR = /Library/Python/${PYVERSION}/site-packages
# an Info.plist file for packagemaker to look at for package creation
# and substitute the version strings. Major/Minor versions can only be
# integers (e.g. "1" and "00" for bcfg2 version 1.0.0.
BCFGVER = 1.3.4
BCFGVER = 1.3.5
MAJOR = 1
MINOR = 34
MINOR = 35

default: clean client

Expand Down
2 changes: 1 addition & 1 deletion osx/macports/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PortSystem 1.0
PortGroup python26 1.0

name bcfg2
version 1.3.4
version 1.3.5
categories sysutils python
maintainers gmail.com:sol.jerome
license BSD
Expand Down
2 changes: 1 addition & 1 deletion solaris-ips/MANIFEST.bcfg2-server.header
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
license ../../LICENSE license=simplified_bsd
set name=description value="Configuration management server"
set name=pkg.summary value="Configuration management server"
set name=pkg.fmri value="pkg://bcfg2/bcfg2-server@1.3.4"
set name=pkg.fmri value="pkg://bcfg2/bcfg2-server@1.3.5"
2 changes: 1 addition & 1 deletion solaris-ips/MANIFEST.bcfg2.header
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
license ../../LICENSE license=simplified_bsd
set name=description value="Configuration management client"
set name=pkg.summary value="Configuration management client"
set name=pkg.fmri value="pkg://bcfg2/bcfg2@1.3.4"
set name=pkg.fmri value="pkg://bcfg2/bcfg2@1.3.5"
file usr/bin/bcfg2 group=bin mode=0755 owner=root path=usr/bin/bcfg2
2 changes: 1 addition & 1 deletion solaris-ips/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/gmake

VERS=1.3.4-1
VERS=1.3.5-1
PYVERSION := $(shell python -c "import sys; print sys.version[0:3]")

default: clean package
Expand Down
2 changes: 1 addition & 1 deletion solaris-ips/pkginfo.bcfg2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PKG="SCbcfg2"
NAME="bcfg2"
ARCH="sparc"
VERSION="1.3.4"
VERSION="1.3.5"
CATEGORY="application"
VENDOR="Argonne National Labratory"
EMAIL="bcfg-dev@mcs.anl.gov"
Expand Down
2 changes: 1 addition & 1 deletion solaris-ips/pkginfo.bcfg2-server
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PKG="SCbcfg2-server"
NAME="bcfg2-server"
ARCH="sparc"
VERSION="1.3.4"
VERSION="1.3.5"
CATEGORY="application"
VENDOR="Argonne National Labratory"
EMAIL="bcfg-dev@mcs.anl.gov"
Expand Down
2 changes: 1 addition & 1 deletion solaris/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/sfw/bin/gmake

PYTHON="/usr/local/bin/python"
VERS=1.3.4-1
VERS=1.3.5-1
export PYVERSION := $(shell $(PYTHON) -c "import sys; print sys.version[0:3]")

default: clean package
Expand Down
2 changes: 1 addition & 1 deletion solaris/pkginfo.bcfg2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PKG="SCbcfg2"
NAME="bcfg2"
ARCH="sparc"
VERSION="1.3.4"
VERSION="1.3.5"
CATEGORY="application"
VENDOR="Argonne National Labratory"
EMAIL="bcfg-dev@mcs.anl.gov"
Expand Down
2 changes: 1 addition & 1 deletion solaris/pkginfo.bcfg2-server
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PKG="SCbcfg2-server"
NAME="bcfg2-server"
ARCH="sparc"
VERSION="1.3.4"
VERSION="1.3.5"
CATEGORY="application"
VENDOR="Argonne National Labratory"
EMAIL="bcfg-dev@mcs.anl.gov"
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Bcfg2/Reporting/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h1>{% block pagebanner %}Page Banner{% endblock %}</h1>
<div style='clear:both'></div>
</div><!-- document -->
<div id="footer">
<span>Bcfg2 Version 1.3.4</span>
<span>Bcfg2 Version 1.3.5</span>
</div>

<div id="calendar_div" style='position:absolute; visibility:hidden; background-color:white; layer-background-color:white;'></div>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Bcfg2/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import re

__version__ = "1.3.4"
__version__ = "1.3.5"


class Bcfg2VersionInfo(tuple): # pylint: disable=E0012,R0924
Expand Down

0 comments on commit a42933a

Please sign in to comment.