Skip to content

Commit

Permalink
Bumps develop version, clarifies contributing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
evhub committed Feb 20, 2017
1 parent 38bfbc7 commit bd25284
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Coconut Contributing Guidelines

**Anyone is welcome to submit a pull request regardless of whether or not they have read this document.** The purpose of this document is simply to explain the contribution process and the internals of how Coconut works to make contributing easier.
**Anyone is welcome to submit an issue or pull request regardless of whether or not they have read this document.** The purpose of this document is simply to explain the contribution process and the internals of how Coconut works to make contributing easier.

## Asking Questions

Expand Down
2 changes: 1 addition & 1 deletion coconut/root.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
VERSION = "1.2.1"
VERSION_NAME = "Colonel"
# False for release, int >= 1 for develop
DEVELOP = 3
DEVELOP = 4

#-----------------------------------------------------------------------------------------------------------------------
# CONSTANTS:
Expand Down

0 comments on commit bd25284

Please sign in to comment.