Skip to content

Commit

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

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

v1.7.6 (2019/06/03)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion 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.6",
version="1.7.7",
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 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.6'
version = release = '1.7.7'


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

0 comments on commit 4642b68

Please sign in to comment.