Skip to content

Commit

Permalink
release 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
astaric committed Apr 16, 2018
1 parent 150c18b commit ff8c245
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log
==========

Version 0.4 (2018-04-16)
------------------------
##### New Features and Widgets
* Normalize: batch normalization using a linear model

Version 0.3 (2018-02-19)
------------------------
##### New Features and Widgets
Expand Down
8 changes: 4 additions & 4 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,18 @@
master_doc = 'index'

# General information about the project.
project = 'Orange3 Example Add-on'
copyright = '2015, Biolab'
project = 'scOrangen'
copyright = '2018, Biolab'
author = 'Biolab'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '0.2'
version = '0.4'
# The full version, including alpha/beta/rc tags.
release = '0.2'
release = '0.4'

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

NAME = "Orange3-SingleCell"

VERSION = "0.3.2"
VERSION = "0.4.0"

DESCRIPTION = "Add-on for bioinformatics analysis of single cell data"
LONG_DESCRIPTION = open(path.join(path.dirname(__file__), 'README.md')).read()
Expand Down

0 comments on commit ff8c245

Please sign in to comment.