File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112112 - name : Send coverage to Coveralls
113113 env :
114114 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
115- COVERALLS_SERVICE_NAME : github
115+ COVERALLS_SERVICE_NAME : github-actions
116116 if : ${{ matrix.python-version == env.MAIN_PYTHON_VERSION }}
117117 run : coveralls
118118
Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ Development
88===========
99- (Fill this out as you fix issues and develop your features).
1010
11+
12+ Changes in 0.29.1
13+ =================
14+ - Add support for freshly released pymongo 4.9 #2849
15+
1116Changes in 0.29.0
1217=================
1318- Fix weakref in EmbeddedDocumentListField (causing brief mem leak in certain circumstances) #2827
Original file line number Diff line number Diff line change 2929)
3030
3131
32- VERSION = (0 , 29 , 0 )
32+ VERSION = (0 , 29 , 1 )
3333
3434
3535def get_version ():
You can’t perform that action at this time.
0 commit comments