Skip to content

Commit

Permalink
Merge pull request #162 from junpataleta/master
Browse files Browse the repository at this point in the history
Prepare Moodle for 3.5 development
  • Loading branch information
FMCorz authored Nov 13, 2017
2 parents 35d4030 + d8ce80b commit 801d84c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
config.json
*.pyc
.idea
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

v1.6.4
------

- Update config for Moodle 3.4 - Jun Pataleta
- Add .idea to .gitignore - Jun Pataleta


v1.6.3
------

Expand Down
6 changes: 5 additions & 1 deletion mdk/config-dist.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@
"branch" : "Pull 3.3 Branch",
"diffurl" : "Pull 3.3 Diff URL"
},
"34" : {
"branch" : "Pull 3.4 Branch",
"diffurl" : "Pull 3.4 Diff URL"
},
"master" : {
"branch" : "Pull Master Branch",
"diffurl" : "Pull Master Diff URL"
Expand Down Expand Up @@ -236,7 +240,7 @@
"useCacheAsUpstreamRemote": true,

// You should not edit this, this is the branch that is considered as master by developers.
"masterBranch": 34,
"masterBranch": 35,

// Aliases for MDK commands.
// An alias starting with a ! will be executed through the command line. Those also
Expand Down
2 changes: 1 addition & 1 deletion mdk/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
http://github.com/FMCorz/mdk
"""

__version__ = "1.6.3"
__version__ = "1.6.4"

0 comments on commit 801d84c

Please sign in to comment.