Skip to content

Commit

Permalink
Update version to v1.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
MicBoucinha committed Jun 3, 2019
1 parent 4642b68 commit 6bd01bf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@

Changelog
=========
v1.7.8 (2019/06/03)
-------------------
- Fixed a problem with the setup requirements

v1.7.7 (2019/06/03)
-------------------
- Fixed problem with pybpod-gui-plugin-waveplayer.
- Fixed a problem with pybpod-gui-plugin-waveplayer.

v1.7.6 (2019/06/03)
-------------------
Expand Down
4 changes: 2 additions & 2 deletions base/pybpod/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='pybpod',
version="1.7.7",
version="1.7.8",
description="Pybpod is a behavioral experiments control system written in Python for Bpod",
author=['Ricardo Ribeiro', 'Luís Teixeira'],
author_email='ricardo.ribeiro@research.fchampalimaud.org, ricardojvr@gmail.com, micboucinha@gmail.com',
Expand All @@ -21,7 +21,7 @@
install_requires = [
'pyforms-gui==4.901.2',
'pyforms_generic_editor==1.5.1',
'pybpod-api==1.6.4'
'pybpod-api==1.6.4',
'pybpod-gui-api==1.2.2',
'pybpod-gui-plugin==1.6.2',
'pge-plugin-terminal==0.1',
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
copyright = '2018, Ricardo Ribeiro'
author = 'Ricardo Ribeiro'

version = release = '1.7.7'
version = release = '1.7.8'


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 6bd01bf

Please sign in to comment.