Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

promoted ann.id and enabled id as a class property of ann #306

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ $RECYCLE.BIN/
*.msp
*.lnk # Windows shortcuts

# vscode
.vscode

# idea
.idea
*.iml
Expand All @@ -51,7 +54,7 @@ target/ # Package Files #
*.ear
hs_err_pid* # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml

# python
# python
**/*.pyc
**/__pycache__
**/dist
Expand All @@ -62,7 +65,7 @@ build/**
coverage.xml
htmlcov

# ruby and jekyll files
# ruby and jekyll files
Gemfile.lock
docs/**/_site/**

Expand Down
1 change: 1 addition & 0 deletions VERSION.dev
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.0.20.dev1
Loading
Loading