Skip to content

Commit

Permalink
chore: version 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaSanchez committed Nov 2, 2018
1 parent aa3fcdd commit f97831f
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The **GECKO** toolbox is a Matlab/Python package for enhancing a **G**\ enome-sc
- ``geckomat``: Matlab+Python scripts to fetch online data and build/simulate enzyme-constrained models.
- ``geckopy``: a Python package which can be used with `cobrapy <https://opencobra.github.io/cobrapy/>`_ to obtain a ecYeastGEM model object, optionally adjusted for provided proteomics data.

Last update: 2018-10-12
Last update: 2018-11-02

This repository is administered by Benjamin J. Sanchez (`@BenjaSanchez <https://github.com/benjasanchez>`_), Division of Systems and Synthetic Biology, Department of Biology and Biological Engineering, Chalmers University of Technology.

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

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
12 changes: 12 additions & 0 deletions geckopy/HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
History
=======

1.3.3 (2018-11-02)
------------------

* Fixes:
* Fixes #15: Binary results from the model (``ecModel.mat``, ``ecModel_batch.mat`` & ``enzData.mat``) are no longer stored in repo (PR #52).
* Misc. fixes in the biomass composition + GAM calculations (PR #53).
* Refactoring:
* Speed improvement in misc. functions (PR #49).
* Added ``sumProtein.m`` for easier use when creating new ecModels (PR #53).
* Documentation:
* Documented better which scripts/data should be changed and which are optional when adapting geckomat to produce a new ecModel (PR #53).

1.3.2 (2018-10-12)
------------------
* Features:
Expand Down
2 changes: 1 addition & 1 deletion geckopy/geckopy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

__author__ = 'Benjamin Sanchez'
__email__ = '[email protected]'
__version__ = '1.3.2'
__version__ = '1.3.3'
2 changes: 1 addition & 1 deletion geckopy/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.2
current_version = 1.3.3
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion geckopy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name='geckopy',
version='1.3.2',
version='1.3.3',
description="Methods for using the GECKO model with cobrapy",
long_description=readme + '\n\n' + history,
author="Benjamin Sanchez",
Expand Down

0 comments on commit f97831f

Please sign in to comment.