Skip to content

Commit

Permalink
Incremented version number to 2.3.6; added cruft to .gitigore
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Fonnesbeck committed Sep 15, 2015
1 parent 7c42d16 commit 7641d70
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 13 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ testresults
*.tmproj
*.py.bak
.DS_Store
*cpython*
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Introduction
************

:Version: 2.3
:Version: 2.3.6
:Authors: Chris Fonnesbeck, Anand Patil, David Huard, John Salvatier
:Web site: https://github.com/pymc-devs/pymc
:Documentation: http://bit.ly/pymc_docs
Expand Down
6 changes: 3 additions & 3 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package:
name: pymc
version: 2.3.4
version: 2.3.6

source:
fn: pymc-2.3.4.tar.gz
url: https://github.com/pymc-devs/pymc/archive/2.3.4.tar.gz
fn: pymc-2.3.6.tar.gz
url: https://github.com/pymc-devs/pymc/archive/2.3.6.tar.gz
md5: b4e02abc30717fd0d565713c252f8b78

requirements:
Expand Down
6 changes: 3 additions & 3 deletions docs/INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Installation
:Web site: http://github.com/pymc-devs/pymc
:Copyright: This document has been placed in the public domain.
:License: PyMC is released under the Academic Free license.
:Version: 2.3
:Version: 2.3.6

PyMC is known to run on Mac OS X, Linux and Windows, but in theory should be
able to work on just about any platform for which Python, a Fortran compiler
Expand Down Expand Up @@ -197,10 +197,10 @@ In addition, the python-dev package may be required to install PyMC on Linux sys
Installing from GitHub
======================

You can check out the 2.3 branch of PyMC from the `GitHub`_
You can check out PyMC from the `GitHub`_
repository::

git clone -b 2.3 git://github.com/pymc-devs/pymc.git@2.3
git clone git://github.com/pymc-devs/pymc.git

Previous versions are available in the ``/tags`` directory.

Expand Down
4 changes: 2 additions & 2 deletions docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
Introduction
************

:Date: 3 September 2013
:Date: 15 September 2015
:Authors: Chris Fonnesbeck, Anand Patil, David Huard, John Salvatier
:Contact: [email protected]
:Web site: http://github.com/pymc-devs/pymc
:Copyright: This document has been placed in the public domain.
:License: PyMC is released under the Academic Free License.
:Version: 2.3
:Version: 2.3.6


Purpose
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
# built documents.
#
# The short X.Y version.
version = '2.3.5'
version = '2.3.6'
# The full version, including alpha/beta/rc tags.
release = '2.3.5'
release = '2.3.6'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pymc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"""

__version__ = '2.3.5'
__version__ = '2.3.6'

try:
import numpy
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@

if __name__ == '__main__':
from numpy.distutils.core import setup
setup( version="2.3.5",
setup( version="2.3.6",
description="Markov Chain Monte Carlo sampling toolkit.",
author="Christopher Fonnesbeck, Anand Patil and David Huard",
author_email="[email protected] ",
Expand Down

0 comments on commit 7641d70

Please sign in to comment.