summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-04-11 14:37:37 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-04-11 14:37:37 +0800
commit0002408bc03033ed90041d04c4547343a1505537 (patch)
tree3902deecea9e10bd2e011eb333daf5dad9d6fc96
parent57d3f7544820f9fd4202f4ebd0f198c43c8e575d (diff)
downloadgitdb-0002408bc03033ed90041d04c4547343a1505537.tar.gz
update changelog; remove sublime text (editor) configuration
-rw-r--r--doc/source/changes.rst6
-rw-r--r--etc/sublime-text/gitdb.sublime-project44
2 files changed, 6 insertions, 44 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index 1e91121..3c116c3 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -3,6 +3,12 @@ Changelog
#########
*****
+4.0.3
+*****
+
+* Support for PyOxidizer
+
+*****
4.0.2
*****
diff --git a/etc/sublime-text/gitdb.sublime-project b/etc/sublime-text/gitdb.sublime-project
deleted file mode 100644
index d0e2e51..0000000
--- a/etc/sublime-text/gitdb.sublime-project
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "folders":
- [
- // GITDB
- ////////
- {
- "follow_symlinks": true,
- "path": "../..",
- "file_exclude_patterns" : [
- "*.sublime-workspace",
- ".git",
- ".noseids",
- ".coverage"
- ],
- "folder_exclude_patterns" : [
- ".git",
- "cover",
- "gitdb/ext",
- "dist",
- "doc/build",
- ".tox"
- ]
- },
- // SMMAP
- ////////
- {
- "follow_symlinks": true,
- "path": "../../gitdb/ext/smmap",
- "file_exclude_patterns" : [
- "*.sublime-workspace",
- ".git",
- ".noseids",
- ".coverage"
- ],
- "folder_exclude_patterns" : [
- ".git",
- "cover",
- "dist",
- "doc/build",
- ".tox"
- ]
- },
- ]
-}