Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cigale
CIGALE
Commits
d7b51f41
Commit
d7b51f41
authored
Sep 15, 2016
by
Yannick Roehlly
Browse files
Update version numbers and changelog
parent
de5dd006
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
d7b51f41
# Change Log
#
Unreleased
#
0.10.0 (2016-09-15)
### Added
-
Enable the possibility of having different normalisation factors for the star formation history. (Médéric Boquien)
...
...
pcigale/__init__.py
View file @
d7b51f41
...
...
@@ -11,7 +11,7 @@ from .session.configuration import Configuration
from
.analysis_modules
import
get_module
from
.handlers.parameters_handler
import
ParametersHandler
__version__
=
"0.1
-alpha
"
__version__
=
"0.1
0.0
"
def
init
(
config
):
...
...
setup.py
View file @
d7b51f41
...
...
@@ -25,7 +25,7 @@ entry_points = {
setup
(
name
=
"pcigale"
,
version
=
"0.
8
.0"
,
version
=
"0.
10
.0"
,
packages
=
find_packages
(
exclude
=
[
"database_builder"
]),
install_requires
=
[
'numpy'
,
'scipy'
,
'sqlalchemy'
,
'matplotlib'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment